home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global boxclick, QuitResult, game1level, castoffset, rolllist, fhinder, mysoundlevel
- if value(game1level) = 0 then
- newcomer()
- end if
- set boxclick to EMPTY
- set QuitResult to EMPTY
- puppetSound(0)
- set rolllist to [11, 9, 7, 17, 21, 29, 25, 33, 46]
- set castoffset to the number of cast "lev11" - 1
- if value(mysoundlevel) = 0 then
- set mysoundlevel to 5
- end if
- set the soundLevel to mysoundlevel
- end
-